home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Mod02 / M02_04_01.swf / scripts / DefineButton2_37 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  2000-03-15  |  97b  |  8 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("button2");
  5.       play();
  6.    }
  7. }
  8.